home *** CD-ROM | disk | FTP | other *** search
- object fri_addform: Tfri_addform
- Left = 361
- Top = 221
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Milo - dodawanie przyjaciela'
- ClientHeight = 201
- ClientWidth = 281
- Color = clBtnFace
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object fri_add: TButton
- Left = 8
- Top = 168
- Width = 65
- Height = 25
- Caption = '&Dodaj'
- TabOrder = 0
- OnClick = fri_addClick
- end
- object fri_clean: TButton
- Left = 80
- Top = 168
- Width = 65
- Height = 25
- Caption = '&Wyczy'#347#263
- TabOrder = 1
- OnClick = fri_cleanClick
- end
- object fri_cancel: TButton
- Left = 208
- Top = 168
- Width = 65
- Height = 25
- Caption = '&Anuluj'
- TabOrder = 2
- OnClick = fri_cancelClick
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 265
- Height = 153
- Caption = 'Dodaj / edytuj przyjaciela'
- TabOrder = 3
- object Label1: TLabel
- Left = 8
- Top = 20
- Width = 90
- Height = 13
- Caption = 'Nazwa przyjaciela:'
- end
- object Label7: TLabel
- Left = 8
- Top = 68
- Width = 63
- Height = 13
- Caption = 'Adres e-mail:'
- end
- object Label2: TLabel
- Left = 128
- Top = 68
- Width = 127
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '(np: jan@kowalski.pl)'
- end
- object Label3: TLabel
- Left = 8
- Top = 108
- Width = 249
- Height = 41
- AutoSize = False
- Caption =
- 'U'#380'ycie "*" spowoduje, i'#380' adres przyjaciela zostanie potraktowany' +
- ' jako wzorzec do por'#243'wnania z adresatem sprawdzanej wiadomo'#347'ci.'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clGray
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object fri_nazwa: TEdit
- Left = 8
- Top = 36
- Width = 249
- Height = 21
- MaxLength = 256
- TabOrder = 0
- end
- object fri_mail: TEdit
- Left = 8
- Top = 84
- Width = 249
- Height = 21
- MaxLength = 256
- TabOrder = 1
- end
- end
- end
-